photo

zzm oliver


Last seen: 5일 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
61,904
of 300,364

평판
0

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Explorer
  • First Review

배지 보기

Feeds

보기 기준

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변