Statistics
RANK
5 192
of 295 467
REPUTATION
9
CONTRIBUTIONS
13 Questions
7 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
1
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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 plot matlab figure inside winform application?
Hello friends, actually im working on two separate forms(.net and matlab), iwant to integrate matlab figure in windows for refe...
mer än 8 år ago | 0 answers | 0
0
answersQuestion
How to add tooltip to axes for matlab gui ?
Hello, I want to add tooltip for axes please suggest.thanks
mer än 8 år ago | 1 answer | 1
1
answerHow to train a group of images using KNN classifier?
type nntool in command window and perform as shown in youtube videos
mer än 8 år ago | 0
| accepted
Question
how image sharpening is perform in matlab?
please suggest. % Filter 1 kernel3 = [-1 -1 -1; -1 8 -1; -1 -1 -1]/3; % Filter the image. Need to cast to single so ...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
how to enhance image using histogram equilisation?
please suggest?
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Hello, how to write code for the expression shown in image in matlab to divide two images by calculating 24000?
i tried following but not getting output. out_im= imdivide(Fing_im, white_im); out_im= immultiply(out_im,24000); figu...
nästan 9 år ago | 1 answer | 0
1
answeri work on registration job for two different images , the first is X-RAY (medical) image and the second is normal(RGB) image, to do that i must find the correspondences between them . i need firstly to convert the two images to identical form . Plea
Try to convert Both images in Gray level 8-bit .jpg images.
nästan 9 år ago | 0
Question
why DICOM images are used in biomedical imaging instead of .jpg or .tiff ?
Actually, i am working on biomedical image processing but now i'm showing output as .jpg
nästan 9 år ago | 1 answer | 0
1
answerHow to export numerical results in excel format, from a GUI compiled as a standalone .exe file
Hello Maxxy, Please go through matlab inbuilt function xlswrite if not working pls, reply.
ungefär 9 år ago | 0
| accepted
How to select 100 highest coefficient from Curvelet subband image
actually im applied 3 level curvelet decomposition but its not working pls reply..(See paper)
mer än 9 år ago | 0
Curvelet input image 256x256 size, 1st level decomposition <1x2> cell, 256x256 and <1x1024> cell of size 32x36. How can select the best cell values from <1x1024>cell array
on which matrix you applied (on image or grid)?
mer än 9 år ago | 0
How can I write excel file in MatLab
filename = 'Book1_Test.xlsx'; A = {1 2 3 5 6 6 2 0.222 0.122 0.444}; B = {1 12 13 15 1 61 21}; sheet = 1; n = xlsread('Book...
mer än 9 år ago | 0
2
answersQuestion
registration of two images i done but it required more execution time, please provide another code?
% Image Registration clc; clear all; close all; fixed = imread('high.jpg'); % figure(),imshow(fixed); movin...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
is it possible to fuse a image after registration of two images?
..
mer än 9 år ago | 1 answer | 0
1
answerQuestion
I am trying for crop an image in to two equal parts using for loop but not getting correct ans.
clc; clear all; close all; input= imread('120kv x1.25mA(56000)15cm.bmp'); figure(1),imshow(input); a=im2double(input);...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
I want to Categorize pixels of a given luggage scene as Background pixels or Detail pixels ?
<http://trace.tennessee.edu/cgi/viewcontent.cgi?article=3572&context=utk_gradthes point no 6. Dual-Energy X-Ray Image Fusion >
mer än 9 år ago | 1 answer | 0