Rohit Kumar

Results 6 issues of Rohit Kumar

Error seems to appear when loading a saved file in a `colorview` format. **Steps to reproduce:** ``` using JLD, Images tmp = colorview(RGB, rand(10,10), rand(10,10), rand(10,10)) save("test.jld", "arr", tmp) tmp2...

I noticed in JuliaImages doc that the function `find_boundaries` is not listed for Julia. I would like to implement it(If not already implemented in Julia). Also, for it's purpose I...

enhancement

I was having some trouble running the __Color separations and the SVD__ demonstration on IJulia, so I added a little tweak to interact on a web browser. i.e: ``` using...

I followed the discussion from: https://github.com/JuliaImages/Images.jl/pull/706 Is the function already implemented somewhere in Julia or is there is a need to do so? I would be happy to submit a...

I was studying about some morphological operations and came across `Hit and Miss Transform` method. I was unable to find an implementation in Julia. Does this need to be implemented...

How can we convert a FITSHeader in a String format and vice-versa? It would be great to modify a Header by making a WCSTransform object, making the changes and then...