开源

PRNet 3D 人脸重建的 Python 实现-卡核

PRNet 3D 人脸重建的 Python 实现

PRNet 是 PRN 的官方 python 实现。PRN 是一种以 end-to-end 的方式共同回归密集对齐和 3D 面部形状的方法。可以在 YouTube 上看到有关 Multi-PIE 和 300VW 的更多示例。 主要特性 end-to-end&n...
TooN C++ 数学计算库-卡核

TooN C++ 数学计算库

TooN 是一个 C++ 数学计算库,其目的是有效运作的大量小型矩阵,并提供方便一些算法包括矩阵分解和优化。 TooN 库是一组 C ++ 14头文件,它们提供基本的数字功能: 矢量,矩阵和等 矩阵分解 功...
RootFinder 平方根计算技术-卡核

RootFinder 平方根计算技术

RootFinder 提供了一个实现的所有标准的托架和开放根发现技术,以及一个可定制和可配置的框架,将初始化/括弧功能从最终的根搜索。
paper-simulation-卡核

paper-simulation

Let's Reproduce Paper Simulations! Some paper simulations by matlab for multi-robot systems, formation control, distributed optimization and cooperative manipulation. If you h...
Circuit Diagram 电路图绘制工具-卡核

Circuit Diagram 电路图绘制工具

Circuit Diagram 可以让你绘制电路图并导出成图片。
Multi-Robot-Path-Planning-on-Graphs-卡核

Multi-Robot-Path-Planning-on-Graphs

Multi-Robot Path Planning on Graphs We study the problem of optimal multi-robot path planning on graphs (MPP) over the makespan (last arrival time) criteria. We implemented A* sear...
tinyTiM Java专题地图API-卡核

tinyTiM Java专题地图API

tinyTiM 是一个采用 Java 语言编写的专题地图引擎的API ( TMAPI )具有最小的运行依赖。 TMAPI是一种专题地图的编程接口访问和操纵数据的接口。该TMAPI规范定义了一套核心的接口,必须通过一个...
QMT 量子比特建模工具-卡核

QMT 量子比特建模工具

QMT —— 量子比特建模工具。该软件包旨在自动设置适合物理量子比特模拟的复杂几何形状。 此软件包使用MIT开源许可证进行许可。
Kseg Linux 下的几何画板-卡核

Kseg Linux 下的几何画板

在 Windows 上有一款名叫“几何画板”的程序深受教师朋友的喜爱。其实,Linux 系统中也有类似的软件,这就是 Kseg。Kseg 可以用于尺规作图、几何题作图、几何证明等。 Kseg 已包含在...
whole-body-controllers-卡核

whole-body-controllers

whole-body-controllers Warning! This repository contains reseach material and therefore is under active development. In future releases, master branch may break compatibility with ...
toolkit-legacy-卡核

toolkit-legacy

The VOT evaluation kit (legacy) This repository contains the legacy version of the evaluation toolkit for the Visual Object Tracking (VOT) challenge. The toolkit is a set of Matlab...
matris-卡核

matris

matris a simple matrix class with some MATLAB-like functions base functions lu.hpp: LU分解 inv.hpp: 求逆 tr.hpp: 转置 det.hpp: 求行列式的值 rref.hpp: 将矩阵化为行阶梯型 rank.hpp: ...