1a7r0ch3 / parallel-cut-pursuit

Cut-pursuit algorithms, parallelized along components
10 stars 7 forks source link

Add C++ makefile and an example for graph total variation denoising #2

Closed silent567 closed 5 years ago

silent567 commented 5 years ago

As discussed in #1, this is an itermedia step for developping python interface for graph total variation denoising solver. Here, I firstly added the makefile for compiling C++ files. Then, one small test file for testing C++ interface is included. The test file contains the simplified C++ interface for graph TV denoising, and simple test example receiving random input and grid graph.