![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5140829016sjtueducn_1517974710786_DEF.jpg)
zzm oliver
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
168.205
of 297.016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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 do I deploy "computer vision toolbox interface for opencv in matlab" support-packages in my microservice(docker image)
I am using matlab r2024b update 4 on win11 I am following the doc under compiler-sdk/microservice chapter, and successfully run...
2 dagen ago | 0 answers | 0
0
answersQuestion
Four unresolved external symbol when generating static library for function "pcdownsample"
Steps to reproduce: 1. Write simple function which just wrap a call to the cv toolbox function "pcdownsample" 2. Write a sim...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Cannot allocate this handle object. For code generation, a handle object allocated inside a loop cannot be referenced outside of the loop
Here is my code snippet. Is there any workaround other than changing the handle object to a value class? classdef ImageWrappe...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Expected a scalar value. This expression has size [:? x :?].
I used MATLAB coder to generate c++ code for my project. The coder app shows the following report: This "setAtMatrixRange" fu...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Compiler sdk failed to genereate cpp shared library for handle class
classdef MyPosition < handle %MYPOSITION Position class % Copyright 2021 The MathWorks, Inc. properties X (1...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
How to grab intermediate feature maps to do deep supervision
Hello. I am doing a semantic segmentation task.I have super high resolution image and its corresponding mask.I downsampled the i...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
How can I make my neural network support any size of image input?
There are three levels of code writing to do a vision-related deep learning task. Highest Level: complete layerGraph and train...
bijna 5 jaar ago | 1 answer | 0