loading
 
Why roborealm not processing one row of pixels of image?
Aman from United States  [1 posts]
7 year
I used both interlaced as well as deinterlaced image and then cropped the image to full length (640) and one row of height(1). Then apply VBScript module to match those pixels to sample pixels array. But surprisingly that one line of pixels not available to process. But if I choose 4 rows of height. It work fine. Anybody have any suggestion how to deal with it? Please suggest.
Thanks in advance
Steven Gentner from United States  [273 posts] 7 year
Aman,

The pipeline will terminate if it sees the image size get below 4 pixels in either direction. This is done to protect many modules which assume that there is at least 1 pixel border to work with. What you'd need to do is to make sure that the one line that you want is the lowest line cropped with a minimum height of 4 and then just process a single line in VBScript.

i.e. you get more data that you need ... you just don't use it.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index