MCPcopy Create free account
hub / github.com/davisking/dlib / assign_image

Function assign_image

dlib/matlab/mex_wrapper.cpp:629–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627
628 template <typename T>
629 void assign_image (
630 const long arg_idx,
631 T&,
632 const dlib::uint8* data,
633 long nr,
634 long nc
635 )
636 {
637 std::ostringstream sout;
638 sout << "mex_function has some bug in it related to processing input argument " << arg_idx+1;
639 throw invalid_args_exception(sout);
640 }
641
642 template <typename MM>
643 void assign_image(

Callers 2

assign_matFunction · 0.70

Calls 4

set_sizeMethod · 0.45
ncMethod · 0.45
nrMethod · 0.45

Tested by

no test coverage detected