|
|
Choosing A Webhost: |
Re: Need fast Bitmap Compare Method: msg#00138windows.devel.dotnet.cx
Thanks for the reply adam and peter. I have looked at the XOR example and so far seems to be exactly what I need. I will try it tonight. Adam I agree that using unsafe code would speed it up. A few days ago I tried this as well and did find improvements, but still went too slow. My code is doing two 'for' loops, one 'for' loop for going across the screen, and one 'for' loop going down the screen scanning a 128x96 region. The moment it found something that didn't match it would clone that region. Hopefully that XOR will work better than what im using. Have a great afternoon. Steve -----Original Message----- From: Discussion relating to the specifics of the C# and Managed C++ languages [mailto:DOTNET-CX@xxxxxxxxxxxxxxxxxxx] On Behalf Of Peter Ritchie Sent: Monday, September 19, 2005 8:31 AM To: DOTNET-CX@xxxxxxxxxxxxxxxxxxx Subject: Re: [DOTNET-CX] Need fast Bitmap Compare Method I would suggest using XOR. An example for C#: http://www.codersource.net/csharp_image_processing_xor.aspx If that's still too slow, you could use pinvoke and BitBlt() (and SelectObject(), CreateCompabtibleBitmap(), etc.) with the SRCINVERT operator. I don't have any sample code though. http://www.peterRitchie.com/ On Mon, 19 Sep 2005 06:40:44 -0700, Steve Welborn <swelborn2001@xxxxxxxxx> wrote: >I am hoping someone couldpresent a prebuilt class or code that shows how to compare 2 bitmaps and returnonly the changed area's. The one I currently built is just too slow. Slow as init will actually scan image 2 and compare it to Image 1 in like 2 seconds.veryvery slow. > > > > > > > >My solution is in C#, whichis what my app is in. C++ would be faster, just as long as I can dllimport itin and the return be compatible. > > > > > > > >Any suggestions would beappreciated. =================================== This list is hosted by DevelopMentorR http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: C# 3.0, Keith Hill |
|---|---|
| Next by Date: | Re: Need fast Bitmap Compare Method, Eric Gunnerson |
| Previous by Thread: | Re: Need fast Bitmap Compare Method, Peter Ritchie |
| Next by Thread: | Re: Need fast Bitmap Compare Method, Eric Gunnerson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |