Feeds
提问
Convert Unicode Characters to PNG or JPG
I have urdu unicode data like in text files. Following is just a sample from that urduData='انداز میں صحافیوں کو بتایا کہ ہ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Changing Makefile to ensure MEX points to matlab mex binary
I have downloaded a repository from the following link <https://bitbucket.org/jaderberg/eccv2014_textspotting/downloads> ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Machine with NOT CUDA enabled GPUs
I have windows 10 core-i7 machine at my University but do not have a CUDA enabled GPUs.Now I want to use some tranfer learing MA...
9 years 前 | 0 个回答 | 0
0
个回答提问
Adding/Deleting draggable rectangles on the image
In the following code I am drawing number of rectangles on the Image and saving them to a file.My problem is that when I delete ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Using Edge Projection Profile information to filter out irrelevant bounding boxes
url='https://i.ytimg.com/vi/cEmSo_7wnfs/hqdefault.jpg'; Image=imread(url); grayImage=rgb2gray(Image); %imshow(grayIma...
9 years 前 | 0 个回答 | 0
0
个回答提问
Calculating local minima locations adjacent to a local maxima
I m trying to find following points corresponding to local maximum. <</matlabcentral/answers/uploaded_files/59440/min.png>> ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Detecting text areas using bounding boxes for varying font sizes
I am trying to write a code that would draw bounding boxes around the text areas with varying font sizes.So far I have written a...
9 years 前 | 0 个回答 | 0
0
个回答提问
Event listener for multiple draggable rectangles using imrect in matlab
function computeButton_Callback(hObject, eventdata, handles) % hObject handle to computeButton (see GCBO) % eventdata...
9 years 前 | 2 个回答 | 0
2
个回答提问
Read specific frames from a video
I want to read some specific frames from a video.Following is my code videoData=VideoReader(absPath); i=1; while hasF...
9 years 前 | 2 个回答 | 0
