arron2003 / rgbd2full3d

Matlab codes that convert a RGBD image into a cad like model. This code is released as a part of my PhD dissertation.
Other
24 stars 13 forks source link

Undefined function or variable 'mexLasso' #2

Closed hamsal closed 8 years ago

hamsal commented 8 years ago

I'm getting this error:

Undefined function or variable 'mexLasso'.

Error in extract_region_to_structure_classes_features>extract_features_sift_sc
(line 206)
  coeffs = mexLasso(rgbdFeatures', D, scParamsLasso);

Error in extract_region_to_structure_classes_features (line 14)
  siftFeatures = extract_features_sift_sc(imgRgb, imgDepth, planeData,
  regionMasks);

Error in NYUparse (line 77)
    feat = extract_region_to_structure_classes_features(im2uint8(data.images),
    data.depths, planeData, regionMasks);

Error in demo (line 24)
load(['cache/' opt.name '.mat']); data=NYUparse(data, opt);

Is there a mexLasso source I can use to compile the mex for osx? all of the other mex files have worked fine after I ran the corresponding compile.m for each.

jiunyen-ching commented 3 years ago

Hi @hamsal, do you still have the files downloaded via setup.m? I tried downloading them but the links are now broken.