Community Profile

photo

SHOBA MOHAN


Aktiv seit 2017

Statistiken

  • First Review
  • Thankful Level 3
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


shall i need matlab compiler and matlab compiler sdk for creating .exe files?
I wish to create .exe files from matlab code which can be run from system which does not have matlab installed. Shall i able to ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to identify static image in video using matlab
I want to capture the car image in parking space. The camera is video camera so it continuously takes all the frames. I want to ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problems while creating.exe file in matlab
I want to create executable file for matlab files which can be run by system which dont have matlab software. In command prompt ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to read the image captured using camera in matlab
I am working for number plate extraction and i tested the program for static image stored in matlab working folder. Now i want t...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


value extraction from string
I am doing the number extraction of plate. There are two kinds of number plate, one is with pwd symbol other one without it. I a...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


character extraction from the output
I done number plate extraction and recognition and want to check the output having Pwdsymbol or not. Obtained output is PwDsymbo...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in template matching while doing character recognition
I am using template matching in character extraction and getting error output. Appologises for poor presentation of coding i can...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


character recognition problems in matlab
I am extracting and segmenting the characters from number plate.I am facing problems with character recognition. I wish to extra...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in detecting components using bwlabel
I used bwlabel for detecting connected components but i got error output i.e 3 objects are detected instead of 8. I am attaching...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


character extraction from vehicle plate
I have used the matlab code given in the link <https://www.mathworks.com/matlabcentral/fileexchange/44088-car-license-plate-read...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in license plate extraction
I used the code given in the link <https://github.com/abhinaba-audhya/Automatic-Number-Plate-Detection-and-Recognition> to reco...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in vehicle number extraction
I wish to extract the number and sign (person with disability) from vehicle number plate. I created the template for the same. I...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error in corr2 function in matlab
I have created templates of number and symbols and want to match the vehicle number plate with template using corr2 function. Wh...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
error in template creation
Thanks Guillaume !!!!!. I am able to create template of sign and symbol using the following code %CREATE TEMPLATES one=i...

etwa 6 Jahre vor | 0

| akzeptiert

Frage


error in template creation
I wish to create template of number and sign to extract the vehicle number plate. I got loading error "Dimensions of matri...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to detect disability sign/image in car number plate
I am doing a project to recognize the vehicle number plate of person with disability assuming that their car number plate append...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to run c program file in matlab
Hi i wish to call function written in .c in matlab. I installed sdk. I tried with mex filename.c and got the following error ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sdk error while running mex file
I wish to run mex files in matlab, tired with this code 'mex BruteSearchMex.cpp'. I got run time error'No supported compiler or ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to remove shadow edge in matlab
I have applied adaptive thresholding method to remove the shadows. The edges are presented in the output though Shadows are rem...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


removal of shadow area
I have used adaptive thresholding technique to distinguish foreground and background pixel as per the attachment in the link. <h...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to project image into (x,y) coordinates graph
I have an image and wish to project the pixel details into graphical form in which x,y coordinates are pixel position and pixel ...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to solve subsrcipt indices problem in iswt operation
I got the following error while computing inverse iswt operation.'Subscript indices must either be real positive integers or log...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to detect is the moving car stopped or not?
I wish to check whether the moving car is stopped or not. Any suggestion would be highly appreciated

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with shadow removal operation
I wrote matlab code for removing shadows but got the errorneous output. Can anyone please review my code and suggest the possibl...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


problem with shadow removal
I am working for removing shadows with reference to the work, given in the attachement. I have coded in MATLAB For the assessmen...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


problem with rgb to gray conversion
I got the rgb image output but after doing rgb to gray conversion i got null output image. I attached the image for reference. S...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


moving shadow removal in video
I am trying to remove moving shadows in video using the 'stationary wavelet transform technique' as mentioned in the reference p...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab code for car parking license test
I want to develope matlab code for car parking license test. Any demo programs are available?

mehr als 6 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How to display the h s and v value difference in each frame of video
Hi, I have calculated difference of h,s and v value of each frame in the video and want to display the value in order to random ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


normalisation of current and background frame in video example
I wish to perform normalisation by dividing pixel by pixel value of current frame with background frame. I tried with this code...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden