Click here to Skip to main content
15,887,485 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Fast Image Processing - programming language to use Pin
Alan Balkany21-Sep-09 5:01
Alan Balkany21-Sep-09 5:01 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig21-Sep-09 18:14
Tim Craig21-Sep-09 18:14 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany22-Sep-09 5:12
Alan Balkany22-Sep-09 5:12 
GeneralRe: Fast Image Processing - programming language to use Pin
harold aptroot22-Sep-09 5:20
harold aptroot22-Sep-09 5:20 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig22-Sep-09 13:00
Tim Craig22-Sep-09 13:00 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany23-Sep-09 3:19
Alan Balkany23-Sep-09 3:19 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig23-Sep-09 8:53
Tim Craig23-Sep-09 8:53 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
Amarnath S21-Sep-09 19:15
professionalAmarnath S21-Sep-09 19:15 
I had implemented an image processing program in Delphi 7, and it showed real-time performance. However, the support for Delphi is not very strong. Let me hasten to add that I found absolutely no problems with the Delphi 7 executable - no crashing, etc. for big images. Also, Delphi has a function to assign all bits of a single scan-line - so you don't need nested 'for' loops (outer loop over height, and inner loop over width); such a function is missing in C#. I am amazed at the way Delphi achieves high performance.

Java is yet another option, which I have not yet explored.

modified on Tuesday, September 22, 2009 2:35 AM

GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany22-Sep-09 5:15
Alan Balkany22-Sep-09 5:15 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn22-Sep-09 5:35
sitebuilderLuc Pattyn22-Sep-09 5:35 
GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:12
mveCPallini24-Sep-09 21:12 
GeneralRe: Fast Image Processing - programming language to use Pin
Nagy Vilmos24-Sep-09 21:46
professionalNagy Vilmos24-Sep-09 21:46 
GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:57
mveCPallini24-Sep-09 21:57 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn25-Sep-09 2:59
sitebuilderLuc Pattyn25-Sep-09 2:59 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
CPallini25-Sep-09 9:28
mveCPallini25-Sep-09 9:28 
AnswerRe: Fast Image Processing - programming language to use Pin
Chris Losinger24-Oct-09 10:50
professionalChris Losinger24-Oct-09 10:50 
AnswerRe: Fast Image Processing - programming language to use Pin
novice__geek30-Oct-09 0:13
novice__geek30-Oct-09 0:13 
GeneralPagerank and its mathematics: Explanation needed Pin
kentipsy20-Sep-09 8:24
kentipsy20-Sep-09 8:24 
GeneralRe: Pagerank and its mathematics: Explanation needed Pin
Richard MacCutchan20-Sep-09 9:41
mveRichard MacCutchan20-Sep-09 9:41 
QuestionHow to manage a share buf array? Pin
donniehan18-Sep-09 0:04
donniehan18-Sep-09 0:04 
AnswerRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 2:32
sitebuilderLuc Pattyn18-Sep-09 2:32 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 4:06
donniehan18-Sep-09 4:06 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 4:15
sitebuilderLuc Pattyn18-Sep-09 4:15 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 13:43
donniehan18-Sep-09 13:43 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 14:48
sitebuilderLuc Pattyn18-Sep-09 14:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.