Re: question on using images
Oliver Wong wrote:
....
What Andrew Thompson is saying (I think) is rather than struggling to
find a method ".dilateForMePlease();", you should grab all the pixels as an
array of RGB values. Then you can do whatever you want with them. Then
convert the RGB array back into an image.
Yep. That about sums it up.
.
Relevant Pages
- Re: BYTE Article of Mega II
... I believe that RGB matrix is constructed by TTL gating. ... If RGB matrix is a ROM, I am sure that four NTSC pixels out of 140 NTSC pixels will display on the screen at 98% correct. ... (comp.sys.apple2) - Re: selecting a region of interest based on greyscale J value
... in Matlab 7.5 which is able to read an image as an RGB array, ... I want to open up a colour image in the viewer, select a few pixels ... 1, export each selected pixel into a table, storing RGB ... (comp.soft-sys.matlab) - selecting a region of interest based on greyscale J value
... in Matlab 7.5 which is able to read an image as an RGB array, ... I want to open up a colour image in the viewer, select a few pixels ... 1, export each selected pixel into a table, storing RGB ... (comp.soft-sys.matlab) - Re: Where is ColorIndex table in Excel VBA Help
... each workbook has its own .Colors, an array of 56 rgb values ... if you set a .COLOR property of an object to some specified RGB value: ... to that value (the COLORINDEX) is then stored with the object. ... (microsoft.public.excel.programming) - Re: =?UTF-8?B?RmluZCBhbGwgY29sb3JzIGluIGFuIGltYWdlIGFuZCBjb21wYXJl?= =?UTF-8?B?Pw==?=
... I wish to have an input file, in my case it will be a scanned piece of ... I would like to first of all gen an array with all the colors ... So when getting the colors I need to have a threshold, ... loop through all pixels of the image, ... (microsoft.public.dotnet.languages.csharp) |
|