search for: posproces

Displaying 3 results from an estimated 3 matches for "posproces".

Did you mean: posproc
2004 Feb 03
0
Interlazed video posibilities
...- if video multiple of 2 and 1/2 of resolution is not multiple of 16 aspect ratio avoied putin the black bar in the center of the frane betwen the odd and de iner part for up to optain multiple of 16 resolution for less field-macroblock interference. - if the decoder is not capable to posproces de interlazed video, if we use the estandar cut system to indicate the upper field coded in the frame the decoder only show this field, the other is the same but start to the botton intested to start from the top the cut area. field based video - opmizable modificatin P frame of th...
2012 Aug 08
1
dimnames in array
Hello, I'm working with an array; I'm trying to make it so that an array of dim(42,2,2) has names whose length corresponds to that of the array, and am hoping someone with experience with this can see what I'm not doing correctly: data11 = array(0,c(41,2,2)) y = lsoda(x0,times,fhn$fn.ode,pars)#This is make.fhn() from colloc infer package# y = y[,2:3]
2012 Aug 24
0
diagonal matrix, array attributes and how to keep from setting an attribute on "NULL"
Hello, I've put the short version here and if anyone wants to run the code with CollocInfer, I've given the full version in the file "analysis". I come at the question of array attributes and dimnames to try to simplify. In a CollocInfer LS.profile analysis using this array 'Y' constructed as follows: w=rnorm(41,.05) z=rnorm(41,.06) yX<-cbind(w,z)