Zachary P Christensen

Results 362 comments of Zachary P Christensen
trafficstars

I'd ultimately like to incorporate this package into [AxisIndices.jl](https://github.com/Tokazama/AxisIndices.jl) so once #13 is in place I'd be happy to help out with the details of this.

My gut feeling here is that MRI needs to just have a float instead of a typed value (e.g., `Gray{Unitful{m}}`). Even if we can agree on a handful of unit...

I'm probably going to register SpatioTemporalTraits.jl soon. It's far from perfect but it's at least a start if there is interest in gradually integrating it. EDIT: just triggered registrator on...

A lot of geometric types used in Julia (from JuliaGeometry) use it. The JuliaImage ecosystem also uses it.

In the first tutorial you use rotation for a point. Using Rotations.jl would allow us to visualize this sort of thing when applied in a typical pipeline like rotating an...

> I was wondering whether it's confusing to use for others who are not used to the package for something that is a simple 2D and not 3D rotation as...

I think this makes more sense than having them here. Isn't defining them here technically type piracy? Whereas ColorVectorSpace is the agreed place to add these operations.

For what it's worth the distribution of image packages makes it really hard to understand just how breaking a proposed change is. I'm working on a fork of ImageCore and...

Take a look at https://juliaimages.org/latest/function_reference/#Morphological-operations-1.

I'm not really a CV expert so there may be a more optimized way of doing things, but until someone else jumps in here I'd suggest using https://juliaimages.org/latest/imagesegmentation/#ImageSegmentation.jl-1. The best...