Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layered Image #3155

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Layered Image #3155

wants to merge 4 commits into from

Conversation

randaz81
Copy link
Member

@randaz81 randaz81 commented Dec 3, 2024

  • added new datatype yarp::sig::LayeredImage with test
  • modified yarpopencvdisplay to support yarp::sig::LayeredImage
  • added yarp::sig::utils::sum() to transform ayarp::sig::LayeredImage to yarp::sig::Image

Copy link

update-docs bot commented Dec 3, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

modified yarpopencvdisplay to support `yarp::sig::LayeredImage`
added yarp::sig::utils::sum() to transform a`yarp::sig::LayeredImage` to `yarp::sig::Image`
Copy link

codacy-production bot commented Jan 2, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+36.35% 92.45%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6b4bb23) 425435 79614 18.71%
Head commit (1cdaf44) 112184 (-313251) 61777 (-17837) 55.07% (+36.35%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3155) 424 392 92.45%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

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.

1 participant