Skip to content

Commit

Permalink
[Update][Typo] Fixed typo: corrected misspelling at imagelab-blocks.js
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
impragya08 authored May 12, 2023
1 parent 277b992 commit afe241a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions imagelab_electron/imagelab-blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ Blockly.defineBlocksWithJsonArray([
nextStatement: null,
colour: 195,
tooltip:
"Distance Transformation generally takes binary images as inputs. In this operation,the gray level intensities of the points inside the foreground regions are chnaged to distance their respective distances from the closest 0 value.",
"Distance Transformation generally takes binary images as inputs. In this operation,the gray level intensities of the points inside the foreground regions are changed to distance their respective distances from the closest 0 value.",
helpUrl: "",
},
{
Expand All @@ -1105,9 +1105,12 @@ Blockly.defineBlocksWithJsonArray([
previousStatement: null,
nextStatement: null,
colour: 195,
tooltip:
"Laplacian Transformation is also a derivate which used to find edges in an image.It is a second order derivate mask Moreover in this mask two classifications one is Postive Laplacian and Negative Laplacian Unlike other opertors Laplacian didn't take out edges in any particular direction but it takes out edges in inward edges and outward edges.",
helpUrl: "",
tooltip:
"Laplacian Transformation is also a derivative which is used to find edges in an image.It is a second order derivative mask.Moreover, there are two classifications: Positive Laplacian and Negative Laplacian.Unlike other operators, Laplacian doesn't take out edges in any particular direction, but it takes out edges in inward edges and outward edges.",

helpUrl"",


},
]);

Expand Down

0 comments on commit afe241a

Please sign in to comment.