search for: pixl

Displaying 1 result from an estimated 1 matches for "pixl".

Did you mean: pixel
2012 Apr 25
0
locate values to their positions based on their pixel and line in other files
...n 1to360) and , while values of B represent the correspond pixel(1to720) for each point in file C(so both they have 1 row and 67420rows).Now I will create a new matrix ,M ,which has this dim(360,720).for example the first value in C it will be represented in the creatd matrix based on the corspding pixl and lines.assume the first value is 54(row 1 and column 1)in C so in order to locate it in my new matrix we need to know what its pixl and line that this point shoud be assocated with ,therfore I need to tell R that take its pixl value from A and its line from B and locate it in my new matrix. this...