Statistics
RANK
10,045
of 295,467
REPUTATION
4
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Can not grab full resolution video over CoaXPress using GenTL - MATLAB is not configuring grabber properly
Yes. As you used dll from JAI for the Camera. It is also necessary to use dll for Frame Grabber. Can you share your code? I am a...
8 years ago | 0
Question
Capture and Display image set using .NET library
Hello all, I am working with a uEye IDS camera. Which can be used with ActiveX and .NET. I want to make use of the .NET libr...
10 years ago | 1 answer | 1
1
answerQuestion
parfor loop??? making it faster how?
i have wrote something like this to search for a color reference in live feed from webcam: opengl hardware while (n...
10 years ago | 2 answers | 0
2
answersparfor loop??? making it faster how?
i know the syntax. here are the probs that i am facing: here are 2 problems: a) i can't use the counter 'n' and parfor doe...
10 years ago | 1
How to use parfor for fast matrix calculations with different dimensions???
Actually i have wrote down something like this to search for a color reference in live feed from webcam: opengl hardware wh...
10 years ago | 0
Question
How to use parfor for fast matrix calculations with different dimensions???
Here is the code that i wrote to find 1 in the matrix with general for-loop: b=[0 0 0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0 0 0;...
10 years ago | 2 answers | 0