Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Software and language for object recognition

Status
Not open for further replies.

amalassem

Newbie level 6
Joined
Nov 19, 2004
Messages
13
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
115
Hi,
I need to select a software to do the following:

I will use a video camera or a web camera to capture the image then try to find an object inside it wether it is there or not(on a certain area).
This object may have some rotation or angles.

If there is something that can work with
Matlab, VB.NET,C#.NET, VB6 or C/C++ this will be good like dll, Active X or code.

Do you have any idea?
Thanks
Amal
 

object recognition in c#

**broken link removed**

Added after 7 minutes:

this is in c#
**broken link removed**
 

    amalassem

    Points: 2
    Helpful Answer Positive Rating
real time object tracker in c#

I tried the Real Time Object Tracking and Enhancement System project from the code project link that you sent me.
I downloaded it but I could not open it with my VS2002.
It keeps in saying the application for the project type(Real Time object Tracking and Enhancement System.ise)is not installed?????
Can you help me please?
and I have an empty "wanted" folder, what is that?
Thanks
Amal
 

object recognition c#

it is a Vc++ 7.1 project ( Visual Studio 2003 ) so not compitable with your IDE also it is written in C#. search www for project converters from 2003(7.1) to 2002(7.0)


you can check codetools site for convertes
and other suggestion , you can create a C# project from scartch and paste source files to project so you can use and compile source with valid compiler options.

dont hessitate to ask if you are stuck
good luck
 

    amalassem

    Points: 2
    Helpful Answer Positive Rating
video object recognition c#

Thank you for the advise of converting. I did that.
But I still have the msg "the application for the project type(Real Time object Tracking and Enhancement System.ise)is not installed?????

It seems that you worked with the same program before. Right? How can I solve it?
It is running now but the motion detection and the tracking is not running!!!!
Amal
 

rotesys

No i did not work on this project. Every day I chek this site for interesting articles and tutorials and I saw it one or more month ago. I tried to compile and test the project but i didnot have c# support for my compiler. I have VS 7.1 but just can handle C/C++ projects.

I download again src for you and check the project file ROTESYS.sln for you .

checked this lines below
/**********
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ROTESYS", "ROTESYS.csproj", "{74295C1A-81C2-4628-A0F2-8609ACC43FF4}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{ACA99D24-2A4B-4C16-9E92-13D6ABC4AC35}") = "Real Time object Tracking and Enhancement System", "..\Setup\ROTESYS\Real Time object Tracking and Enhancement System.ise", "{3EA346D3-94CE-4B62-B93C-7C5F83905CFB}"
ProjectSection(ProjectDependencies) = postProject
{74295C1A-81C2-4628-A0F2-8609ACC43FF4} = {74295C1A-81C2-4628-A0F2-8609ACC43FF4}
EndProjectSection
********************/

what i understood is
ROTESYS project is depend on Real Time object Tracking and Enhancement System which is not avaliable in the source code (missing). you need this project , libary or somewhat .


the tutorial authors have email addresses, you can ask for missing part of project.

if you grab missing part from authors , i will again try to assist you.

best regards
bilge
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top