![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4980239_1553597173813.jpg)
Y.L.K KHUMAN
Followers: 0 Following: 0
STUDENT Professional Interests: OCR, IMAGE PROCESSING
Statistics
RANK
12,681
of 297,016
REPUTATION
4
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Question
How to return multiple image as output results by the for-loop of the function into the main
I want to get all the segmented lines image results from my functions into the main, but it only returns the last line of the in...
6 years ago | 0 answers | 1
0
answersQuestion
I cannot recognize character input image, using CNN and own characters image data-sets.
I had trained CNN by using own characters image datasets, whis is created by myself. And I follow the https://in.mathworks.com/h...
6 years ago | 0 answers | 0
0
answersQuestion
In binary image, how to convert large black pixels area into white ?
I am working on skew detection and correction. I had corrected the skewness of the image, but I found that there is large size o...
7 years ago | 1 answer | 0
1
answerQuestion
Drawing bounding box for the skew text regions
I want to draw the bounding box for the skew text regions. Like the given Image. <</matlabcentral/answers/uploaded_files/972...
7 years ago | 1 answer | 0
1
answerQuestion
How to calculate accuracy rate of picture removal from text document image.
My program had successfully removed pictures from scanned text document images. But I am confused that, how to calculate the acc...
7 years ago | 0 answers | 0
0
answersQuestion
Matalb does't recognized Meitei Mayek Script. Need help.
<</matlabcentral/answers/uploaded_files/68972/meitei%20mayek%20script.png>> I want to write a program for OCR using template ...
8 years ago | 0 answers | 0
0
answersQuestion
I want to segment the characters from a page, which contain around more than 1500 characters. The problem is that while extracting the characters in different figures it becomes slowing down rapidly. It is little fast upto 50 to 60 characters.
Here is the program: close all; clear all; clc; I=imread('book1-15.tif'); %% Read Image %figure(1) %imshow(I); %...
10 years ago | 1 answer | 0
1
answerQuestion
Is there any MATLAB build in functions for features extraction of single character.?
I want to extract features of the characters that i had been segmented, for the pattern recognition using SVM classifier. So is ...
10 years ago | 1 answer | 0
1
answerQuestion
I want to segment the word which is between the black color . i could'd by this code help please.
close all; clear all; clc; im=imread('Segmented_line1.jpg');%read the image figure, imshow(im); bw=im2bw(im);%convert...
10 years ago | 1 answer | 0
1
answerHow to save bounding box image?
[L, a,]=bwlabel(I); %% Label connected components propied=regionprops(L,'BoundingBox'); %% Measure properties of image re...
10 years ago | 0
Question
How to segment Non-Connecting word from the segmented line. I had tried some part of the program but i could get the result. i want to segment the word as separate image and save it into a specific folder.
I wrote up to this. here is my code. **character between the words are not connected. close all; clear all;...
10 years ago | 1 answer | 0
1
answerQuestion
please help in this program. is to find the index of zeros which is in consecutive order which should more or equal to 5 time.
a=[0,0,0,0,0,0,0,0,9,8,5,6,0,0,0,0,0,0,3,4,6,8,0,0,9,8,4,0,0,7,8,9,5,0,0,0,0,0,8,9,0,5,8,7,0,0,0,0,0]; [x,y]=size(a); for i=...
10 years ago | 2 answers | 0