photo

Prashant Birajdar


Evolve technology & services pvt. ltd.

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


intensity based Image Projection in X-Ray Images
Hi all, I have to insert a threat image in original X-Ray image & That is called as TIP,(i.e.Threat image projection). But tell ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Missing MEX-file: grayto16mex Error
I am using the .dll file generated in matlab R2015b 64-bit into C# application and I am getting the following error while using ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Which compression technique is usefull/lossles to write raw data into dicom ?
Hello, I am working in area of medical imaging and I want to know which compression technique is lossless to compress raw...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove dotted border from pushbutton created by uicontrol function?
Hello Sir, I am developing GUI in Matlab R2015b programmatically. I want to remove the dotted border around the pushb...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How much axes should I create on one figure window in matlab R2015b ?
Dear Sir, I am created one programmatic gui in matlab where I created icons using image function and using callback fo...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to pass input argument to matlab standalone application(i.e. .exe) from C# ?
Hello sir, I have one matlab standalone application with some input parameter, I want to pass input to this applicat...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to disable double-click of mouse when Pan function is enabled?
I am building a GUI contains the main axis to show image also I have push button for zoom the image(using Zoom() function), when...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How to plot 3D?
Dear Durgesh, Use plot3(), function in matlab, for surface plotting use surf(), function

9 years 前 | 0

| 已接受

已回答
GUI: how to make the user able to add or delete circles in an image.
Dear,Jonas Fisker, To add circle on image you need to hold the current plot. try the following code, it ma...

9 years 前 | 0

已回答
GUI: how to make the user able to add or delete circles in an image.
Dear,Jonas Fisker, To add circle on image you need to hold the current plot. try the following code, it ma...

9 years 前 | 0

已回答
how can i check that my image is rgb
Hi, Color images have 3 channels (R, G, B), so: size(your_Image, 3) = 3 For grayscale: size(your_Image, 3) = 1

9 years 前 | 0