Page 1 of 1

image dsp

Posted: Sat Dec 01, 2012 5:56 pm
by blobul
Hi every,

i'm sorry to be a very new noob with noob questions!
i would like to make some image treatement by modifying x,y pixel of a picture
but using ticker counter for x line and x column is a very slow process, is there a way to treat an entire picture and set change for each pixel without ticker ?

thanks you
:)

Re: image dsp

Posted: Tue Dec 11, 2012 5:47 pm
by Mega_bored
Hello everyone,

Same question....?
I'd also like to speed up image processing in a similar manner pixel by pixel...?
I'm sorry blobul if you thought I had posted an answer!

Thank you

Re: image dsp

Posted: Tue Dec 11, 2012 8:17 pm
by support
There are various ways you could go. What is it you're trying to do? How are you doing it at the moment?

Re: image dsp

Posted: Fri Dec 21, 2012 11:19 pm
by Mega_bored
Hi
This is my latest version.
It is by no means finished and requires other processing to convert RGB / alpha.
I would like to speed up the process of scanning the image at this stage.
BITSMAP_V1_.fsm
(177.16 KiB) Downloaded 1220 times

Thanks

Re: image dsp

Posted: Sat May 04, 2013 8:39 pm
by Mega_bored
Hello,

Downloaded a few times!!!
Any ideas for speeding up the image processing?

Thanks

Re: image dsp

Posted: Sun May 05, 2013 11:07 am
by Tronic
Fast C# library?
OpenCV, GD, ImageMagic,
you can integarte , with ruby and Win32API

Re: image dsp

Posted: Mon May 13, 2013 5:53 am
by VPDannyMan
Agreed Tronic...
Except go full blown C++ not C#, MS's half assed overhead crazy version C#...

Re: image dsp

Posted: Tue Jun 11, 2013 11:16 am
by Mega_bored
Hi,

Thanks Tronic and VPDannyMan for your replies!

I'm not very familiar with programming PC apps. any recommendations for which route to take/learn and which software? C++, etc.

Any particular version of C++ or other software and from where can I download?

Thanks again