image-analysis
Here are 508 public repositories matching this topic...
-
Updated
Mar 7, 2020 - C
Request
I understand that some support for IHE IID was added here.
Is there documentation or examples/tests?
Here's some of the documentation:
https://wiki.ihe.net/index.php/Invoke_Image_Display
https://en.wikipedia.org/wiki/Invoke_Image_Display
https://www.ihe.net/uploadedFiles/Documents/Radiolog
while ssim_value < 0.95:
optimizer.zero_grad()
ssim_out = -ssim_loss(img1, img2)
ssim_value = - ssim_out.item()
print(ssim_value)
ssim_out.backward()
optimizer.step()
ii = np.transpose(img2[0].detach().cpu().numpy(), (1,2,0))
cv2.imshow("pre", ii255)
print(np.max(ii255))
cv2.waitKey(100)
Description
The ApplyScriptToRemotes script applies a script to all remote modules whose build status reports a successful build.
There are a number of aspects -many of them were already mentioned in PR #781- that could be improved to make the script more robust.
- May be th
-
Updated
Dec 4, 2019 - Ruby
I think having guidelines similar to what is implemented in gimp will be useful for manual digitization, visual detection of skewness in images and comparing two different locations on it.
Add entry to check to see if the user is running 32-bit or 64-bit python,.
then pass that colormap to the Viewer
(the goal isn't necessarily catecorical colormaps... this is just a simple example. A user might want to make a custom normalized map that are far more complex)
-
Updated
Apr 5, 2020 - PHP
-
Updated
May 10, 2020 - C
-
Updated
May 6, 2020 - Python
We should probably use a custom function instead of the matrix warping, so that the last pixel in the original image corresponds to the last pixel in the new image.
-
Updated
Sep 26, 2019 - Python
tutorial on mybinder
I was wondering if we should create a mybinder instance for the tutorial. As far as I can tell, we would only need to include the mindboggle_input_example in the Docker image which should be fairly straightforward.
-
Updated
Apr 14, 2019 - Java
I will happily add this to the documentation, but I need help figuring out how to use it ;).
Basically I want to extract a quadrilateral region from an image and perspective transform it to be a rectangle. Per my other open issue, I've been pointed to the undocumented gm.perspectiveProjection.
Per this operation
https://github.com/PeculiarVentures/GammaCV/blob/8ffa723ef54b297cda8ffb5b21b027
Let's update the documentation to capture that the library can be installed as a module. We should include an explanation of the pip install -e . or python setup.py develop syntax to capture that many developers may want to install in place so they can continue to update and develop the library code.
-
Updated
Apr 19, 2014 - Python
-
Updated
Apr 27, 2020 - C++
-
Updated
Jun 26, 2017 - Swift
-
Updated
Apr 21, 2020 - Python
-
Updated
Dec 1, 2017 - MATLAB
I think the CaPTk needs to clarify the importance of resampling value in its calculations. Although this is a general concept, but a user should be able to rely on your documentation and use the software.
Please add an explanation about extrapolation/interpolation methods and it's positive and negative aspects for users.
-
Updated
May 19, 2020 - Java
-
Updated
Jul 28, 2017 - C++
Improve this page
Add a description, image, and links to the image-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-analysis topic, visit your repo's landing page and select "manage topics."


Documentation says:
Looking in the Dockerfile and setup.py, I see no creation of an ElasticSearch container.
Perhaps the documentation should mention it only creates a containerized environment where you can use the Python REPL for execute p