It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Using c#, How can I identify infra red light (that my webcam would see). Will the necessary code differ depending on the make and model of my webcam?
A webcam can see a little IR and you can make it see more by removing the IR filter but it can only report it as... Red.
The whole chain of definition(s) of colour is aimed at the visual spectrum, only containing RGB values. You will see the IR as a 'false colour'.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a Second Degree Function, what will be the best way to draw a graph to it using Windows Form?
1) Set range of arguments (for example -20<x<20)
2) compute values for this points (with accuracy 0.5)
3) Scale your graph to display resolution
4) Connect points by lines
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
For example - I have many photos with grass or forest and they are simply "green".
Photo with sea and sky is blue, photo with snow is white.
I need something ( idea / algorithm ) to solve my problem but dont know how to make it fast and easy. (I prefer c# but java is good too).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a requirement to create an animated screen saver for windows.
Screen saver contains some images and some text.
I want to update the screensaver contents from a a webpage (upload images and edit texts) etc.
is possible to do this using c#?
"is possible to do this using c#?"
Yes.
C# is a full code language, and with it, you can do virtually everything a computer is able to do.
Now... I would expect you to expand your question a bit more.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
When I run my application on another PC the positions of components on the form is incorrect, for example my labels go off the edge of the Panel and TextBoxes overlap buttons.
My application is a Windows Forms application.
What could be the cause of this?
Following could be the reasons for this
1. Screen Resolution
2. System Font Size
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I found this on the internet and examined source codes. a program for locating licence plates in an image. check from here source codes are available and you can compile it.
http://translate.google.com.tr/translate?js=n&prev=_t&hl=tr&ie=UTF-8&layout=2&eotf=1&sl=tr&tl=en&u=http://www.atasoyweb.net/blog/goruntu-isleme-k6s0/arac-plakasi-konum-tespiti-y109.html
but I want do something different but should be work like this. what I am trying to do is, locating a specific part in an image and getting coordinates of it. here is an example:
http://postimage.org/image/a60idjok/
You need to perform an image correlation.
Example in Mathematica: