Paint.Net Adjustment->Curves tool

  • Thread starter Thread starter Superposed_Cat
  • Start date Start date
AI Thread Summary
The discussion centers on face detection using C# and AForge, with a focus on the challenges faced when using thresholding and inversion techniques with grayscale images. The user notes that Paint.NET's Adjustment->Curves tool effectively isolates facial features and seeks a clearer term for "curves" to aid in online searches. Additionally, there is a suggestion to contact the developer of Paint.NET for potential code sharing related to the curves tool, indicating a collaborative approach to problem-solving in image processing.
Superposed_Cat
Messages
388
Reaction score
5
Hi all, I am working on face detection in c# and aforge, I've tried using threshold and inversion with grey scale but that doesn't seem to work,I noticed that Paint.Net's Adjustment->Curves tool can isolate the facial features though so was wondering if there is another name for the tool as "curves" is a little ambiguous for Google. Does anyone know of an aforge/c# implementation of this tool? Any help appreciated.
 
Technology news on Phys.org
You could try writing to the guy who codes Paint.NET. He might share the code with you.
 
As good an idea as any lol.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top