photo

Ashmil Mohammed


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

5 Fragen
6 Antworten

Cody

0 Probleme
9 Lösungen

RANG
4.483
of 301.748

REPUTATION
12

BEITRÄGE
5 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
4

RANG
 of 21.405

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
43.869
of 176.353

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
100

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
cannot load target data for pattern recognition in NN Toolbox
Check if the file has only 0s and 1s. Target data should consist of only 0s and 1s. This is a probable error

fast 11 Jahre vor | 4

Beantwortet
how to write code for the matrix multiplication of trignometric function having 2 unknown
Try this out: syms theta1 theta2 t1=[cos(theta1) -sin(theta1) 0 0;sin(theta1) cos(theta1) 0 0;0 0 1 0;0 0 0 1...

fast 11 Jahre vor | 0

Beantwortet
How to access each digit of a number in matlab without converting it into string?
You may use a foor loop and keep on dividing the number with 10.Use the remainder(modulo operator).

fast 11 Jahre vor | 0

Beantwortet
How can I change an array from grayscale to binary?
Possible solution: *Divide whole array by 255

fast 11 Jahre vor | 0

Frage


Detecting and Tracking Moving Objects
I want to detect and track moving objects in a video(live).Kalman filter was an option but it needs either constant velocity or ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to delete a row if it doesn't follow a pattern
Try out this code : p=size(m,1);%m is your matrix for i=1:p if mod(i,2)==1 && m(i,size(m,2))~=mod(i,2)...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
How do i put time for camera to take a picture?
You may use the *pause()* function *after* the _start(vid)_ statement.

fast 11 Jahre vor | 0

Frage


how to use RANSAC for estimating the geometric transform
how to use RANSAC for estimating the geometric transform of only wanted points. Usually we get all the features extracted (inli...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


problem in ycbcr color space
I am facing some problems in using the ycbcr color space. For a certain purpose this model is the most suitable. But conversio...

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Identify colour patterns/patches
How to find colour patches(patterns ) in an image . Please help Is there any way for this? A sample of the situation is given...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I get distance to an object using single camera
Is there anyway I can find the distance to an object from a camera image? actual size of object,and perpendicular distance betw...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort