 |
|
 |
good morning,
i use a frames video, can i detect the shapes in it than i use your software c++.
tank you,
|
|
|
|
 |
|
 |
hi,
i'm doing a thesis around object recognition and have an asignement to pick up an object with a robotarm, hence i found your project to be verry interesting. i downloaded the demo project and it works like a charm!
But for the source code i am a bit stuck.. i can't compile it because it's saying that it's missing header files. So i tried starting with main and adding file per file to it to see where i end up. Now i've come to an error telling me i'm working in the wrong project type.
i'm working on windows XP with VC++ 6.0.
if any1 has a sugestion for me i'm all ears!
thx!
Syn.
|
|
|
|
 |
|
 |
Hi guys, i want to recognize a cards with a camera and a computer.
We play poker, and i want to develop an application that recognize the shape of the card an return the value of the card.
If someone is interested in this project please let me know.
|
|
|
|
 |
|
 |
Hi, I'm looking for a program to count nematodes. Nematodes are microsopic worms in soil. I need to recognize cysts, larvey, and eggs. The cysts look like lemons or croockneck squash, dark brown. The larvey look like earth worms, and the eggs like jelly beans. If you could help me I would be over joyed. Thanks for your help. My email address is aaj_ymi@yahoo.com and you can call me Mr. lol thanks.;)
|
|
|
|
 |
|
 |
Hi there, I'm a Media Arts Student finishing my master's in interactive Multi Media. I'm wondering if you can give me any guidance as to how I could use this program to develop interaction in my master's degree project.
I'm going to need to do almost exactly what djsubari described below (i.e. recognise the colour of a shirt in a webcam feed). I need to recognise a person according to the colour of their clothes as they enter the frame, and then pass the variable as immediately as possible to a flash file so that it can display an image according to who is standing infront of the camera.
I'm a novice programmer and don't have any experience coding in C++, but so far haven't been able to find anything as appropriate as this for my project.
TIA for the advice.
JR
|
|
|
|
 |
|
 |
sir,
i have to run your programme so far.but, there are some error that i unable to solve which are like below:
Linking...
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall ImageProc::markBlobCentroid(void)" (?markBlobCentroid@ImageProc@@QAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ImageProc::detectShape(void)" (?detectShape@ImageProc@@QAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall ImageProc::catchBlobs(struct Color)" (?catchBlobs@ImageProc@@QAEXUColor@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall ImageProc::loadWorkingImage(char const *)" (?loadWorkingImage@ImageProc@@QAEXPBD@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall ImageProc::loadTrainingImage(char const *)" (?loadTrainingImage@ImageProc@@QAEXPBD@Z)
Debug/main.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
main.exe - 6 error(s), 0 warning(s)
therefore i thought the major problem is the library for this training.ppm and working.ppm are not included along.i hope you can give me the library of these file so that i can run it successfully....tq.
|
|
|
|
 |
|
 |
I am an old fashion programmer
and wish to use this code on vc++ 6.0
(to save the cost of buying VC++ 7.0)
can you create a VC 6.0 src of this
project?
Ori
One more fan of
Simplicity.
|
|
|
|
 |
|
 |
Hi Gabriyel, my name's David. I came across your program and I'm very interested in using it for my own project. I notice that your program detects shapes based on their color, but can your program be used to detect the color of an object? For example, get a picture from a webcam, recognize the shirt and then recognize the color of the shirt? Thanks
|
|
|
|
 |
|
 |
of course it can be easily adapted to detect just color. from your example, if shirts are not set with unique color keys, ie. each type of shirt with a fixed color, then the shirts will need to have distinctive shapes such as lengthier shirt etc. hence in short, it is still possible.
but you really have to ensure images are pretty shape and clean. note also daylight creates a wide gamut of color tones and shadows can create quite a bit of problem. all the best!
|
|
|
|
 |
|
 |
hi david,
of course it can be easily adapted to detect color. from your example, it is easy if each shirt type is uniquely coded with a color key, else you can still have different shirt shapes to be detected with their corresponding colors.
all the best!
gab
|
|
|
|
 |
|
 |
Hi Gabriyel,
In my case I want the program to determine if there is a shirt in the picture. If there is, then the color of the shirt is recognized. This means that all shirts will look the same hence I can use the same training image. All I need is the color of the shirt if there is one in the picture. Any suggestion where I should start?
Thanks a lot,
David
|
|
|
|
 |
|
 |
if it is shirts being worn, this would mean the shirts may be captured in various orientation, hence there could be a million ways to represent the shape of the shirt. in this case, i don't think it's useful to recognize the shape.
otherwise, if it's like factory production line, all shirts are flatly laid (oriented), then it'd be more feasible to do recognition by shape. yes you can use the same training image in that sense.
you can try emailing me a sample image and i can try to advise you from there.
gab
Live simply, simply live.
|
|
|
|
 |
|
 |
Hi Gabriyel,
It is a shirt being worn. I don't have a sample image right now, I will try emailing it to you tomorrow. I thought about not using shape recognition. Since it will be a person wearing the shirt, if I specify a distance where the person should stand each time, I would know the location in the image where the shirt's going to be. The only problem would be getting the rgb or hsi value of a certain pixel in the image. What do you think? Can CVImage be used to get the rgb or hsi value?
Cheers,
David
|
|
|
|
 |
|
 |
Hi,Gabriyel,David
It's great to see your discussion.
But I'm very interesting in this project.
but I'm a beginner,So firstly I wanna know how to recognize the shirt by color.
If you don't mind send me the sample code, I become very happy!
Thanks a lot!
|
|
|
|
 |
|
 |
hi,
i have come across these programme so far but it couldn't be run.so if you have successfully do it can u give me the library as i thought that the major problem here.
|
|
|
|
 |
|
 |
Dear friends,
It is really intresting, I would be really gr8 if you can
come up with a solution to this problem
I also need the same, but my problem is relating to
video frames,
Cheers friends
|
|
|
|
 |
|
 |
Well, the work is very good. But I wanna to use this class in a .net project (c# and vb)... I'm trying to convert it.
I just wanted to know if there are references/links to this matter/subject... I'm doing a image recognition application, I nedded code just like this, but can't find more documentation about blob/shapes recognition.
Thanks
|
|
|
|
 |
|
 |
hi,
you may want to try checking out on the net how C++ dlls/libs may be used in C#. i understand there's some cross-linking technology like this for C++ and VB.
thanks for your kind comments.
gab
Live simply, simply live.
|
|
|
|
 |
|
|
 |
|
 |
Thanks for the comment...
I'm now, trying to create a similar method for do the Blob recognition. I was just looking for references/documentation about this sort of thing... Can you give me some references, you probably used for your work.
I would appreciate.
Thanks
|
|
|
|
 |
|
 |
try hitting google with "machine vision", there's a lot on image segmentation, line and feature recognition etc. i really didn't stick to a single reference. rather i was reading briefly through the subjects.
trying reading up the theories and application first and then relate it to your problem domain. that should cause your mind to use the most appropriate strategy to meet your needs.
all the best!
gab
Live simply, simply live.
|
|
|
|
 |
|
 |
Great work. Unfortunately, it is in C++ and not C#
|
|
|
|
 |
|
 |
As the author says, "I prefer to code in C++ because of the control I can have."
If you must have it in C# you may wish to have a look at the various methods for wrapping unmanaged code.
|
|
|
|
 |