-
Notifications
You must be signed in to change notification settings - Fork 55
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
K3d #81
Open
apapaion
wants to merge
43
commits into
menpo:master
Choose a base branch
from
apapaion:K3d
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
K3d #81
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…aph) - Add checks for figure_id - Automatic naming for nonename figure_id - Update introduction notebook
- Use K3D and LinearModelParametersWidget from menpowidget - Support of landmarks in shape model
…owidgets if someone wants to view the models
…ayavi from menpo.shape.mesh to viewmayavi
… be imported from menpo3d.visualize
…d list_figures, dict_figures
… all child classes
…nts are now casted as np.float32 in the initialization.
… without texture. Small bugs fixed
…lse and the figure_id does not exist, then we raise an exception
…lected_values is casted as numpy.arrays with type float32 in render_function in K3dwidgetsPCAModelViewer3d
…he distance from the mesh and z-axis is towards us. Ref menpo#4
…s. Default value is wireframe with opacity 0.3. Other option is surface. menpo#7
- K3dwidgetIdentity has a list of figure_ids and a dictionary with keys figure_id and values model_id. - If a figure does not have a figure_id and new_figure is false, then we check the list of figure_ids. If empty, we raise an exception. Otherwise, we plot in the last figure of figure_id. Address in part Issue menpo#6
- Add rgbint function - K3dwidgetsPointGraphViewer3d supports colours for each point - K3dwidgetsPointGraphViewer3d will use as a shader the 3dSpecular if the number of points is greater than 1000
- Create menpowidgets.py where LinearModelParametersWidget is defined (copy from menpowidgets package) - Modify viek3dwidgets to call LinearModelParametersWidget from the abovementioned file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a request that provides mainly K3D support in menpo3d.
Major changes: