搜索资源列表
jsonlab-1.0
- matlab code for JSONlab a toolbox to encodedecode JSON files in MATLABOctave
json_encode_decode
- json_decode parses a JSON string and returns a MATLAB object. JSON objects are converted to structures and JSON arrays are converted to cell arrays. NULL values are converted to empty logical. json_encode encodes a MATLAB object into a JSON string
jsonlab-1.5
- library to json in matlab
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework
filter
- filter calculate_iou 计算图像的标签框的iou和存储为Json文件(Filter calculate_iou calculates the IOU of the label box of the image and stores it as a Json file)
javascript-algorithms-master
- Custom Setup Preset You can use the tslint-angular preset. All you need is: npm i tslint-angular After that create a tslint.json file with the following configuration:
codelyzer-master
- To run TSLint with this setup you can use one of the following alternatives: Install codelyzer globally npm install -g codelyzer Run TSLint from a package.json scr ipt by adding a scr ipt like tslint . to your package.json, similar to:
jsonlab-1.5
- JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave