MashalS
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
87,624
of 295,448
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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 use GPU to speed up computation?
% Define the paths to the three video files videoPaths = { 'F:\LIVE Video Quality Challenge (VQC) Database\LIVE Video Qual...
9 months ago | 1 answer | 0
1
answerQuestion
How to perform fuzzy c means clustering using custom initializations (initial fuzzy membership metric, datapoints, cluster centers.. etc)?
% Define the data points as coordinates (X, Y) Data = [ 1, 3; 8, 2; 1, 2; 3, 1 ...
12 months ago | 1 answer | 0
1
answerQuestion
I want to hide the circles and only plot centroids with "+" sign
I have attached the images and m file
3 years ago | 2 answers | 0
2
answersQuestion
Does order of GUI function callbacks matter in displaying output on axes (for an image)? Can output of two callback functions distort or doesnt appear beacuse of it ?
% --- Executes on button press in histogram. function histogram_Callback(hObject, eventdata, handles) % hObject handle to h...
3 years ago | 0 answers | 0
0
answersQuestion
I have written code for shape detection ,it is working well ; However ,yellow square in the image is being labelled as 'rhombus'.
function Shape_detection_Callback(hObject, eventdata, handles) % hObject handle to Shape_detection (see GCBO) % eventdata ...
3 years ago | 1 answer | 0
1
answerQuestion
How to display image information using a pushbutton in GUI ?
CODE : function Display_Information_Callback(hObject, eventdata, handles) % hObject handle to Display_Information (see GCBO...
3 years ago | 1 answer | 0