ankita taparia
NMIMS
2011 年からアクティブ
Followers: 0 Following: 0
Feeds
質問
how to generate a color palette from a grayscale image which has been scribbled with color at some places.
Basically, in the scribbled grayscale image, i am not able to separate the colored and the gray pixels. once they get separated,...
14年以上 前 | 3 件の回答 | 0
3
回答質問
need to make a function which reads each pixel in a 2x2 block of an image
I have actually tried to divide my image into 2x2 blocks. After retreiving each block, have run a loop upto the total number of ...
14年以上 前 | 1 件の回答 | 0
1
回答回答済み
how to traverse an image in 2x2 block wise wayand then check suitable conditions?
This is the code which i got from some where, have tried this out but it only wokrs for 2x2 blocks..:- [row , col] =size(im...
how to traverse an image in 2x2 block wise wayand then check suitable conditions?
This is the code which i got from some where, have tried this out but it only wokrs for 2x2 blocks..:- [row , col] =size(im...
14年以上 前 | 0
質問
how to divide an image into 2x2 blocks and then work on each block seperately pixel by pixel?
in each block , I want to check that if a single pixel is colored (if r ,g and b components of that pixel come to be equal then ...
14年以上 前 | 2 件の回答 | 0
2
回答質問
how to traverse an image in 2x2 block wise wayand then check suitable conditions?
i am actually working for coloring a grayscale image.
14年以上 前 | 3 件の回答 | 0
