photo

james


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
143,639
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • Thankful Level 1

View badges

Feeds

View by

Question


transform a plane from a camera still to a 2d image without perspective using a calibration plate
I have a camera mounted at an angle to a calibration plate. I would like to transform the plane in which the calibration sheet s...

13 years ago | 1 answer | 0

1

answer

Answered
aligning overlapping images and averaging the overlap
this works, could it be faster? canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...

14 years ago | 0

Answered
aligning overlapping images and averaging the overlap
this method doesn't work.. canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...

14 years ago | 0

Question


aligning overlapping images and averaging the overlap
i have an empty matrix *canvas = uint8(zeros(10));* images are placed inside *image1=uint8(magic(3));* *canvas(2:4...

14 years ago | 4 answers | 0

4

answers

Answered
joining a character variable and a numerical variable to call a filename within a loop
Hi robert thanks for your reply i had been playing with num2str and sprintf but to no avail! James

14 years ago | 0

Question


joining a character variable and a numerical variable to call a filename within a loop
how do i join the variable n to the variable filename to get the name of a real file that i want to call in a loop? example re...

14 years ago | 3 answers | 0

3

answers