Skip to content

G-API: GAPI_TRANSFORM internal functionality rework#14952

Merged
alalek merged 2 commits intoopencv:masterfrom
smirnov-alexey:gapi_transform_macro_rework
Jul 24, 2019
Merged

G-API: GAPI_TRANSFORM internal functionality rework#14952
alalek merged 2 commits intoopencv:masterfrom
smirnov-alexey:gapi_transform_macro_rework

Conversation

@smirnov-alexey
Copy link
Copy Markdown
Contributor

This pullrequest changes internal functions signatures and changes some tests

@smirnov-alexey
Copy link
Copy Markdown
Contributor Author

@rgarnov please, review. Need to figure out what to do with tests

Add a couple of new tests on GAPI_TRANSFORM
@smirnov-alexey
Copy link
Copy Markdown
Contributor Author

Thanks, @dmatveev !

using F = std::function<GComputation()>;

std::string description;
F pattern;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason to have this as a callback? Maybe store a cv::GComputation as-is instead?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will close after Alexey returns from a leave.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this function doesn't operate with GArgs anymore there is no reason to have it as a callback. Can be easily changed if needed, just let me know.

@dmatveev
Copy link
Copy Markdown
Contributor

@rgarnov can you please check if your comments have been addressed?

Copy link
Copy Markdown
Contributor

@dmatveev dmatveev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks!

@alalek alalek merged commit 8313209 into opencv:master Jul 24, 2019
@dmatveev
Copy link
Copy Markdown
Contributor

Thanks!

dvd42 pushed a commit to dvd42/opencv that referenced this pull request Aug 6, 2019
…cro_rework

G-API: GAPI_TRANSFORM internal functionality rework (opencv#14952)

* Change internal pattern and substitute signatures and refactor tests

* Enhance GArrayU with type-checker function

Add a couple of new tests on GAPI_TRANSFORM
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
…cro_rework

G-API: GAPI_TRANSFORM internal functionality rework (opencv#14952)

* Change internal pattern and substitute signatures and refactor tests

* Enhance GArrayU with type-checker function

Add a couple of new tests on GAPI_TRANSFORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants