Community Profile

photo

K M Ibrahim Khalilullah


Last seen: 3개월 전 2016년부터 활동

통계

  • Explorer
  • First Review
  • Thankful Level 4

배지 보기

Content Feed

보기 기준

질문


What operations are performed during testing/prediction of train()?
Let see the example: %%%Here input x and targets t define a simple function that you can plot: x = [0 1 2 3 4 5 6 7 8]; t = [...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


Does the eig() function return normalize eigen vector (unit length)?
The function eig: [V, D]=eig(A); The V is normalized(unit length) or not?

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How can I convert 3d MRI data (128x128x27) into 4d (128x128x1x27) for visualization using montage?
I am going to visualize my mri data using the tutorial: https://www.mathworks.com/help/images/exploring-slices-from-a-3-dimensi...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


How many ways are generally used for image segmentation using only Image processing?
I want to segment an image using image processing (without using machine learning). How many ways are used for segmentation? gen...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Object oriented programming problem?
I writing a program using object oriented programming in matlab 2016b. The program gives the following error: Error using MyP...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


How can I install image acquisition toolbox from a CD?
I have a CD with two files, InstallKey.txt and network.lic for Image acquisition Toolbox. >>How can I install it? The Toolbox...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How can I map data from [min1 max1] into [min2 max2]?
I have an array data as for example : [ .3 .5 .8 .1 0], where min1=0 and max1=0.8. Now I would like to map the into the another ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can I remove big rectangle , which contains small rectangle?
I want to remove the rectangles, which contain small rectangles with specific sizes. The big rectangle marked by arrow.. <</m...

대략 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
accumarray error: Second input VAL must be a vector with one element for each row in SUBS, or a scalar
Solved this problem by avoiding third argument of the function. The program is Ok now. Thank to all

대략 6년 전 | 0

| 수락됨

질문


How can I transform points (pixel points) of the same different size images ?
I have attached an figure, here we see two images A and B, but they are different size. I have the points of a rectangle (e.g., ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


accumarray error: Second input VAL must be a vector with one element for each row in SUBS, or a scalar
Error using accumarray Second input VAL must be a vector with one element for each row in SUBS, or a scalar. Error in descr...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can I handle the "Index exceeds matrix dimensions error" by programming?
I have stored data in a structured variable, like this: data(1).pp(1,:)=[3 4]; data(3).pp(1,:)=[3 4]; but the index 2...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can I extract or estimate crack region from a segmented image?
I have segmented an image using global threshold. The image is shown below. <</matlabcentral/answers/uploaded_files/98984/1....

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Is it necessary to normalize a training data for KPCA?
I download some code from matlab file exchange. But nobody ensures about the data normalization that the data has zero-mean(appr...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


What is the difference between observation and variable in case of pca() function?
I have a matrix with m rows and n columns that is built from n number of individuals for person identification. So, n is the nu...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Why MEX cannot find library 'm' specified with the -l option?
I compiling some c files to make mex files in windows 10 64-bit operating system. but when I run it gives the following error: ...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Building Mex file error?
I going to build mex file, but it give these error: warning C4244: '=' : conversion from '__int64' to 'long', possible loss ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Reading frame from a 4K video?
I am reading a 4k video using the following code but all frames are black! v = VideoReader('video1.mp4'); j=1; while ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Timeout Error for getsnapshot(obj) function?
I am using DFK 33UX290 camera. My matlab version is 2015b. My program looks like this: obj=videoinput('winvideo',1,'RGB6_64...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Mex error: "error C2664: 'mxCreateNumericArray_730' : cannot convert parameter 2 from 'int [2]' to 'const size_t *'"?
the code is look like this mxArray *mxconf = NULL; mxconf = mxCreateNumericArray(2, maps_dim, mxSINGLE_CLASS, mxREAL);

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I multiply matrix with multiple vectors without loop?
I have a matrix R of size 3by3 and vector matrix T (multiple vectors) as illustrated in Figure. How can I get the output as I sh...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is internal math of the pointsToWorld() function?
I would like to know about the internal math of the pointsToWorld function.... I have image point, cameraParams, rotationMatri...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How can I manually change origin for camera calibration?
Generate the world coordinates of the checkerboard corners in the pattern-centric coordinate system, with the * _upper-left corn...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Is trainFasterRCNNObjectDetector function available in Matlab 2016b?
I want to detect object using Faster R-CNN Deep Learning. Is it possible or to use _trainFasterRCNNObjectDetector_ in matlab 201...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How can I save only content of matlab figure ?
i am using the following code: fig=figure,imshow(RIm); saveas(fig,'22.jpg'); It saves as image but with white border. How c...

대략 7년 전 | 답변 수: 2 | 0

2

답변

질문


How can I use TensorFlow library from matlab environment?
I want to use or access TensorFlow library from Matlab environment, especially for machine learning. How can I use TensorFlow li...

7년 초과 전 | 답변 수: 5 | 2

5

답변

질문


vec2ind is not supported for code generation?
vec2ind is not supported for code generation. Is there any other way to solve this issue?

7년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Output data size does not match net.outputs{1}.size?
I want to use self-organizing map for classification. My code is give n below: load('TR10by10.mat'); FMat=double(Tr1...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Automatic threshold estimation method for shadow detection?
I want to detect shadow and remove it from image. However, I download a code from matlab file exchange: https://www.mathworks.co...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding end points of lines in an image?
I have all points of lines in an image. I want to find the end points of the lines, shown in image (circle marked).... <</mat...

7년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기