-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gproshan pi v3.14 new version coming: updating GUI, new features, ray tracing #14
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost ready to release the next version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Complete I/O mesh files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments about the README file.
README.md
Outdated
@@ -7,6 +7,9 @@ This framework integrates some algorithms and contributions focus on the areas o | |||
|
|||
|
|||
## Build and Run | |||
|
|||
![Build](https://github.com/larc/gproshan/workflows/Build/badge.svg?branch=alpha) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update branch name after merge
We proposed a Dictionary Learning and Sparse Coding framework, to solve the problems of Denoising, | ||
Inpainting, and Multiresolution on triangular meshes. This work is still in process. Please cite | ||
our work: | ||
We proposed a Dictionary Learning and Sparse Coding framework, to solve the problems of Denoising, Inpainting, and Multiresolution on triangular meshes. This work is still in process. Please cite our work: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few changes and reviews left
--------------- | ||
|
||
### gproshan 3.0.0 | ||
- Upgraded version of the sparse mesh coding with feature aware sampling module and published paper reference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review the other updates and changes.
include/features/descriptor.h
Outdated
real_t operator () (const index_t & v) const; | ||
|
||
private: | ||
void compute_gps(const size_t & t); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
complete and reference compute feature descriptors
include/mdict/patch.h
Outdated
@@ -2,11 +2,24 @@ | |||
#define PATCH_H |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review patch class, cleaning extra methods
include/raytracing/rt_embree.h
Outdated
@@ -0,0 +1,72 @@ | |||
#ifdef GPROSHAN_EMBREE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new version change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending review modules: laplacian, mdict, features, mesh simplification, and mesh fill holes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactoring che mesh code
No description provided.