photo

Durgesh Naik


ivolve

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to add tooltip to axes for matlab gui ?
Hello, I want to add tooltip for axes please suggest.thanks

etwa 8 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Extracting bones from Xray image
please go for adaptive thresholding.

etwa 8 Jahre vor | 0

Frage


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 ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to train a group of images using KNN classifier?
type nntool in command window and perform as shown in youtube videos

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


how to enhance image using histogram equilisation?
please suggest?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is there any option for ginput() function?
aa

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot 3D?
3d plotting

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How 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.

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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)

etwa 9 Jahre vor | 0

Beantwortet
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...

etwa 9 Jahre vor | 0

Frage


please tell me how to perform color transform
....

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is it possible to fuse a image after registration of two images?
..

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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);...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 >

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort